home *** CD-ROM | disk | FTP | other *** search
- FailAt 20
-
- echo ""
- Echo " Needed libs installation script"
- echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
- echo ""
- echo " This script will copy the following libraries to your libs:"
- echo " directory, but it'll check first if you already have a version"
- echo " of each and ask you before copying it."
- echo ""
- echo " arp.library"
- Echo " rexxarplib.library"
- Echo " screenshare.library"
- echo ""
- Ask " O.K to continue?"
-
- If WARN
-
- Echo ""
- Version >NIL: LIBS:arp.library
- If NOT ERROR
- Echo " Version of arp.library already installed:"
- Version LIBS:arp.library
- Echo ""
- EndIf
-
- Ask " Copy arp.library to LIBS:?"
-
- If WARN
- Copy libs/arp.library LIBS: QUIET
- Echo " arp.library copied to your LIBS: directory"
- EndIf
-
- Echo ""
- Version >NIL: LIBS:rexxarplib.library
- If NOT ERROR
- Echo " Version of rexxarplib.library already installed:"
- Version LIBS:rexxarplib.library
- Echo ""
- EndIf
-
- Ask " Copy rexxarplib.library to LIBS:?"
-
- If WARN
- Copy libs/rexxarplib.library LIBS: QUIET
- Echo " rexxarplib.library copied to your LIBS: directory"
- EndIf
-
- Echo ""
- Version >NIL: LIBS:screenshare.library
- If NOT ERROR
- Echo " Version of screenshare.library already installed:"
- Version LIBS:screenshare.library
- Echo ""
- EndIf
-
- Ask " Copy screenshare.library to LIBS:?"
-
- If WARN
- Copy libs/screenshare.library LIBS: QUIET
- Echo " screenshare.library copied to your LIBS: directory"
- EndIf
-
- echo ""
- Echo " Installation complete. (the window will go away!!!)"
- echo
- Wait 5
- EndCLI >NIL:
- EndIf
-
- echo ""
- echo " Installation aborted...."
- echo ""
- Echo " Use the close gadget to get rid of the window"
- echo ""